home *** CD-ROM | disk | FTP | other *** search
- Path: news.th-darmstadt.de!news
- From: enno@inferenzsysteme.informatik.th-darmstadt.de (Enno Sandner)
- Newsgroups: comp.lang.c++
- Subject: Re: Determining Array size
- Date: 10 Apr 1996 19:33:17 +0200
- Organization: Fachbereich Informatik, TH Darmstadt
- Sender: enno@kitz.inferenzsysteme.informatik.th-darmstadt.de
- Message-ID: <lt7mvooug2.fsf@kitz.inferenzsysteme.informatik.th-darmstadt.de>
- References: <316a9cef.44425478@news.synapse.net>
- <316b40fb.33725008@news.synapse.net>
- NNTP-Posting-Host: kitz.intellektik.informatik.th-darmstadt.de
- In-reply-to: phill@synapse.net's message of Wed, 10 Apr 1996 05:03:49 GMT
- X-Newsreader: Gnus v5.1
-
- In article <316b40fb.33725008@news.synapse.net> phill@synapse.net (Phil Lachance) writes:
-
- I would like to send an array to a function without having to send the
- array size. Is there any way to determine the size of an array?
-
- No, not in general -- use an array/vector-class instead.
-
- Enno
-